strconv.decimal.Round (method)
5 uses
strconv (current package)
decimal.go#L354: func (a *decimal) Round(nd int) {
ftoa.go#L187: d.Round(prec + 1)
ftoa.go#L189: d.Round(d.dp + prec)
ftoa.go#L194: d.Round(prec)
ftoa.go#L363: d.Round(mi + 1)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)